Click or drag to resize

ServiceMarkAllItemsAsRead Method (FolderId, Boolean)

Marks all items as read.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Response MarkAllItemsAsRead(
	FolderId folderId,
	bool isRead
)

Parameters

folderId
Type: Independentsoft.ExchangeFolderId
The folder identifier.
isRead
Type: SystemBoolean
if set to true [is read].

Return Value

Type: Response
Response.
See Also